home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / grn / RCS / local.mk,v < prev    next >
Encoding:
Text File  |  1988-12-18  |  829 b   |  54 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     88.12.18.15.01.29;  author ouster;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     88.12.03.16.39.44;  author ouster;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @Use /sprite/lib/ditroff instead of /sprite/lib/font.
  27. @
  28. text
  29. @#
  30. # This file is included by Makefile.  Makefile is generated automatically
  31. # by mkmf, and this file provides additional local personalization.  The
  32. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  33. # that must be included to set up various compilation stuff.
  34. #
  35.  
  36. LIBS        += -lm
  37.  
  38. #include    <$(SYSMAKEFILE)>
  39.  
  40. CFLAGS        += -DDEVDIR='"/sprite/lib/ditroff"' \
  41.         -DGREMLIB='"/X/lib/gremlin"'
  42. @
  43.  
  44.  
  45. 1.1
  46. log
  47. @Initial revision
  48. @
  49. text
  50. @d12 1
  51. a12 1
  52. CFLAGS        += -DDEVDIR='"/sprite/lib/font"' \
  53. @
  54.